home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Education / PC-SiG's World of Education.iso / wor / disk3156.zip / BDEXX200.EXE / README.DOC < prev    next >
Text File  |  1992-06-11  |  5KB  |  134 lines

  1. ATTENTION UPGRADING USERS: The Bdexx configuration file format has been
  2. changed, due to the many new features in this version. You *must* run
  3. BDINSTAL.EXE before running Bdexx.
  4.  
  5.  
  6.         Bdexx is a hypertext system and search engine. Bdexx has many
  7.         attractive features:
  8.  
  9.      o  Allows up to 65535 files or 65535 screens of text in a single
  10.         library (somewhere around 100 megabytes. However, some operating
  11.         systems limit you to 32 megabytes on any single disk partition.)
  12.         If you have a very large application, please contact the author
  13.         about a custom version of Bdexx. The 65535 screen limit could
  14.         easily be exceeded at the expense of an increase in index file
  15.         size.
  16.  
  17.      o  Hypertext links to other screens, graphics, sound files, and
  18.         executable programs.
  19.  
  20.      o  Can use direct screen writes (for maximum speed) or ANSI control
  21.         sequences (for maximum compatibility or remote access.)
  22.  
  23.      o  Supports skipping forward and backward any number of pages (true
  24.         random access to any page.)
  25.  
  26.      o  Will write pages of text or entire documents to an external file,
  27.         which can then be imported into another document.
  28.  
  29.      o  Has a powerful Boolean search language with wildcarding.
  30.  
  31.      o  Will work in either local mode (using the local screen for all
  32.         input and output) or remote mode (using a serial port and remote
  33.         terminal for input and output.) Bdexx uses the normal popup menu
  34.         interface for ANSI users, and also provides an alternate user
  35.         interface for remote use by standard ASCII terminals. Bdexx works
  36.         very well as a "door" program for bulletin board systems.
  37.  
  38.      o  Has a "bookmark" feature. When you exit a Bdexx library, your
  39.         current page number is saved. You'll be returned to the same
  40.         screen the next time you access that library. In addition, if
  41.         you've used the search command, your search set will also be saved.
  42.         You can continue examining your search results the next time you
  43.         use the library.
  44.  
  45.  
  46.  
  47.  
  48.                       HOW TO INSTALL THE BDEXX SYSTEM
  49.  
  50.         Installing Bdexx is simple. Make a new subdirectory and place all
  51. the Bdexx files in it, along with any Bdexx libraries you have. Then
  52. edit your PATH environment variable to include the Bdexx directory (see
  53. your DOS manual for information on how to do this). The supplied file
  54. MUSIC.EXE *must* be on your PATH to use the musical selections in the
  55. tutorial.
  56.  
  57.  
  58.         Now you need to run BDINSTAL.EXE. This program is used to set the
  59. screen colors used by the Bdexx text retrieval utility. It is also used to
  60. configure directories for file extraction, temporary files, etc.. You *must*
  61. run Bdinstal before using Bdexx.
  62.  
  63.  
  64. To run Bdinstal, simply type:
  65.  
  66. BDINSTAL
  67.  
  68. at the DOS prompt and answer the questions. You must be in the same directory
  69. where the Bdexx program and libraries are located. If you have multiple
  70. copies of Bdexx in different directories, you must run Bdinstal in each
  71. directory.
  72.  
  73. Now, type:
  74.  
  75. BDEXX
  76.  
  77. at the DOS prompt to run the program. Use your arrow keys to select the
  78. Bdexx Quick Tutorial library, then hit <ENTER>. For a brief help menu, hit F1
  79. or ? while you're in any library. After finishing the Tutorial, you can read
  80. the Bdexx Documentation library for full information on available commands.
  81.  
  82.  
  83.         There are a couple of known problems with Bdexx on certain machines.
  84. Workarounds for these problems are detailed below.
  85.  
  86.  
  87.  
  88.                                STACK FAILURE
  89.  
  90.  
  91.         Some early versions of DOS do not provide a sufficient number of
  92. stacks for proper operation of Bdexx. The default is 8, meaning that only 8
  93. interrupts (keyboard, communications port, clock, etc.) can occur
  94. simultaneously. If you lean on the keyboard while Bdexx is accessing the
  95. disk, your machine may have a stack failure and force you to power-cycle
  96. to regain control. If you experience this problem, bump up the number of
  97. stacks to 16 by putting the statement:
  98.  
  99. STACKS=16,256
  100.  
  101. in your CONFIG.SYS file. You should also have
  102.  
  103. FILES=20
  104.  
  105. (or more) and
  106.  
  107. BUFFERS=40
  108.  
  109. (or more)
  110.  
  111. in the CONFIG.SYS file for maximum performance of the Bdexx software.
  112.  
  113.  
  114.                                  DOS 5.0
  115.  
  116.  
  117.         There is a bug in the DOS 5.0 .EXE loading code that prevents
  118. proper operation of the Bdexx software. It is very similar to the problem
  119. with loading EXEPACKED files, and the fix is the same. If the Bdexx programs
  120. lock up when you try to load them, prefix the program name with LOADFIX
  121. and try again. For example, to run BDINSTAL.EXE, you'd use the command:
  122.  
  123. LOADFIX BDINSTAL
  124.  
  125. This bug doesn't occur on every machine. I think it may have something to
  126. do with the particular DOS sub-version (or subversion) in question;
  127. Microsoft is famous for making "silent" bug fixes. It also appears to be
  128. more common on 286 machines than on 8088 or 386[SD]X machines. Try running
  129. the programs as they are first, though. LOADFIX reduces the memory
  130. available to the Bdexx programs, so only use it if you must. You can
  131. set up batch files to automatically run the programs with LOADFIX if you
  132. wish.
  133.  
  134.